﻿With the genmatrix(lambda([i,j], i+1), 3, 3) command, a matrix of 3 rows and 3 columns is generated with random values matrix([2,2,2],[3,3,3],[4,4,4])